A lightweight intelligent solution designed to monitor and identify abnormal vibration patterns in real-time. The project details the hardware (XIAO ESP32-S3, Grove Shield, LIS3DHTR accelerometer) and software (SenseCraft AI platform) used to detect vibration anomalies. It explains the GEDAD algorithm used for learning normal vibration patterns and identifying deviations.
PhD student Sarah Alnegheimish is developing Orion, an open-source, user-friendly machine learning framework for detecting anomalies in large-scale industrial and operational settings. She focuses on making machine learning systems accessible, transparent, and trustworthy, and is exploring repurposing pre-trained models for anomaly detection.
Datadog has acquired Metaplane to expand its data observability offerings, particularly for AI applications. Metaplane uses AI-powered anomaly detection and data lineage tracking. The acquisition aims to unify observability across applications and data.
Sawmills AI has introduced a smart telemetry data management platform aimed at reducing costs and improving data quality for enterprise observability. By acting as a middleware layer that uses AI and ML to optimize telemetry data before it reaches vendors like Datadog and Splunk, Sawmills helps companies manage data efficiently, retain data sovereignty, and reduce unnecessary data processing costs.
Article discusses a study at MIT Data to AI Lab comparing large language models (LLMs) with other methods for detecting anomalies in time series data. Despite losing to other methods, LLMs show potential for zero-shot learning and direct integration in deployment, offering efficiency gains.
This article explores the use of Isolation Forest for anomaly detection and how SHAP (KernelSHAP and TreeSHAP) can be applied to explain the anomalies detected, providing insights into which features contribute to anomaly scores.
MIT researchers have developed a framework using large language models (LLMs) to efficiently detect anomalies in time-series data from complex systems like wind farms or satellites, potentially flagging problems before they occur.
MIT researchers have developed a method using large language models to detect anomalies in complex systems without the need for training. The approach, called SigLLM, converts time-series data into text-based inputs for the language model to process. Two anomaly detection approaches, Prompter and Detector, were developed and showed promising results in initial tests.
Stumpy is a Python library designed for efficient analysis of large time series data. It uses matrix profile computation to identify patterns, anomalies, and shapelets. Stumpy leverages optimized algorithms, parallel processing, and early termination to significantly reduce computational overhead.